home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / dodge.swf / scripts / DefineSprite_29_levelDisplayBox / frame_1 / DoAction.as
Encoding:
Text File  |  2011-10-17  |  215 b   |  7 lines

  1. if(ScoreManager.getScore() < 25000 || ScoreManager.getScore() == null || _root.player.getHealth() > 50)
  2. {
  3.    healthButton._alpha = 25;
  4.    healthButton.enabled = false;
  5.    healthButton.useHandCursor = false;
  6. }
  7.